ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine.Extensions Namespace / IBuffer<T> Interface
Element type.
Members

In This Topic
    IBuffer<T> Interface
    In This Topic
    Represents a buffer exposing a shared view over an underlying enumerable sequence.
    Object Model
    IBuffer<T> Interface
    Syntax
    'Declaration
     
    Public Interface IBuffer(Of T) 
    public interface IBuffer<T> 
    Type Parameters
    T
    Element type.
    See Also